home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 October
/
Chip_2002-10_cd1.bin
/
sharewar
/
hnet
/
hnetinfo.exe
/
{app}
/
HNetware
/
HInfoNetW.EN
/
RCDATA
/
TDLGWATCH
/
TDLGWATCH.txt
< prev
Wrap
Text File
|
2002-07-03
|
9KB
|
420 lines
object dlgWatch: TdlgWatch
Left = 293
Top = 311
BorderStyle = bsDialog
Caption = 'Watch properties'
ClientHeight = 381
ClientWidth = 313
Color = clBtnFace
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 344
Width = 313
Height = 37
Align = alBottom
BevelOuter = bvNone
TabOrder = 0
object Panel3: TPanel
Left = 147
Top = 0
Width = 166
Height = 37
Align = alRight
BevelOuter = bvNone
TabOrder = 0
object bok: TButton
Left = 12
Top = 6
Width = 75
Height = 25
Cursor = crHandPoint
Caption = 'OK'
Default = True
Enabled = False
ModalResult = 1
TabOrder = 0
end
object Button2: TButton
Left = 87
Top = 6
Width = 75
Height = 25
Cursor = crHandPoint
Cancel = True
Caption = 'Zru�it'
ModalResult = 2
TabOrder = 1
end
end
end
object pc: TPageControl
Left = 0
Top = 0
Width = 313
Height = 344
Cursor = crHandPoint
ActivePage = tsProps
Align = alClient
TabOrder = 1
TabStop = False
object tsProps: TTabSheet
Caption = 'Watch Properties'
object Label3: TLabel
Left = 233
Top = 53
Width = 21
Height = 13
Caption = 'secs'
end
object Label1: TLabel
Left = 78
Top = 22
Width = 51
Height = 13
Alignment = taRightJustify
Caption = 'Host name'
end
object Label2: TLabel
Left = 65
Top = 53
Width = 64
Height = 13
Alignment = taRightJustify
Caption = 'Watch period'
end
object Image1: TImage
Left = 17
Top = 14
Width = 32
Height = 32
AutoSize = True
Center = True
Picture.Data = {<image000.bmp>}
Transparent = True
end
object Label4: TLabel
Left = 83
Top = 107
Width = 44
Height = 13
Alignment = taRightJustify
Caption = 'Data size'
end
object Label5: TLabel
Left = 89
Top = 133
Width = 38
Height = 13
Alignment = taRightJustify
Caption = 'Timeout'
end
object Label6: TLabel
Left = 70
Top = 157
Width = 57
Height = 13
Alignment = taRightJustify
Caption = 'Time to Live'
end
object Bevel1: TBevel
Left = 13
Top = 81
Width = 280
Height = 13
Shape = bsBottomLine
end
object Bevel2: TBevel
Left = 13
Top = 178
Width = 280
Height = 7
Shape = bsBottomLine
end
object se: TRxSpinEdit
Left = 137
Top = 49
Width = 91
Height = 21
Alignment = taRightJustify
MaxValue = 3600
MinValue = 5
Value = 300
TabOrder = 1
end
object cbxSave: TCheckBox
Left = 32
Top = 267
Width = 184
Height = 17
Cursor = crHandPoint
Caption = 'Write log to file simultaneously'
TabOrder = 7
end
object eip: TEdit
Left = 137
Top = 20
Width = 121
Height = 21
TabOrder = 0
OnChange = eIPChange
end
object seSize: TRxSpinEdit
Left = 137
Top = 103
Width = 73
Height = 21
Hint = 'Data size in bytes'
Alignment = taRightJustify
Increment = 8
Value = 56
ParentShowHint = False
ShowHint = True
TabOrder = 2
end
object seTimeout: TRxSpinEdit
Left = 137
Top = 127
Width = 73
Height = 21
Hint = 'Timeout in miliseconds'
Alignment = taRightJustify
Increment = 1000
Value = 4000
ParentShowHint = False
ShowHint = True
TabOrder = 3
end
object seTTL: TRxSpinEdit
Left = 137
Top = 151
Width = 73
Height = 21
Hint = 'Time to live for send'
Alignment = taRightJustify
Value = 64
ParentShowHint = False
ShowHint = True
TabOrder = 4
end
object cbxAlert: TCheckBox
Left = 32
Top = 206
Width = 229
Height = 17
Cursor = crHandPoint
Caption = 'Send mail notification when error occured'
TabOrder = 5
OnClick = cbxAlertClick
end
object email: TEdit
Left = 32
Top = 227
Width = 223
Height = 21
Enabled = False
TabOrder = 6
end
end
object tsPrefs: TTabSheet
Caption = 'Preferences'
ImageIndex = 1
object GroupBox1: TGroupBox
Left = 9
Top = 11
Width = 283
Height = 92
Caption = ' SMTP Server '
TabOrder = 0
object Label7: TLabel
Left = 58
Top = 28
Width = 22
Height = 13
Alignment = taRightJustify
Caption = 'Host'
end
object Label8: TLabel
Left = 60
Top = 55
Width = 20
Height = 13
Alignment = taRightJustify
Caption = 'Port'
end
object Image2: TImage
Left = 10
Top = 22
Width = 32
Height = 32
AutoSize = True
Center = True
Picture.Data = {<image001.bmp>}
Transparent = True
end
object Label9: TLabel
Left = 16
Top = 124
Width = 48
Height = 13
Alignment = taRightJustify
Caption = 'Username'
end
object Label10: TLabel
Left = 17
Top = 151
Width = 46
Height = 13
Alignment = taRightJustify
Caption = 'Password'
end
object Bevel3: TBevel
Left = 10
Top = 92
Width = 264
Height = 9
Shape = bsBottomLine
end
object Label11: TLabel
Left = 17
Top = 93
Width = 76
Height = 13
Caption = ' Authentication '
end
object eHost: TEdit
Left = 88
Top = 24
Width = 180
Height = 21
MaxLength = 15
TabOrder = 0
end
object eport: TEdit
Left = 88
Top = 51
Width = 44
Height = 21
MaxLength = 15
TabOrder = 1
end
object eUser: TEdit
Left = 72
Top = 120
Width = 180
Height = 21
MaxLength = 15
TabOrder = 2
end
object ePwd: TEdit
Left = 72
Top = 147
Width = 180
Height = 21
MaxLength = 15
PasswordChar = '*'
TabOrder = 3
end
end
object GroupBox2: TGroupBox
Left = 11
Top = 111
Width = 283
Height = 71
Caption = ' Ping '
TabOrder = 1
object Label12: TLabel
Left = 53
Top = 30
Width = 116
Height = 13
Alignment = taRightJustify
Caption = 'Number of pings per tick'
end
object Image3: TImage
Left = 10
Top = 23
Width = 32
Height = 32
AutoSize = True
Center = True
Picture.Data = {<image002.bmp>}
end
object seping: TRxSpinEdit
Left = 179
Top = 26
Width = 46
Height = 21
Alignment = taRightJustify
MaxValue = 10
MinValue = 1
Value = 4
TabOrder = 0
end
end
object cbxAutoSave: TCheckBox
Left = 14
Top = 287
Width = 241
Height = 17
Cursor = crHandPoint
Caption = 'AutoSave session on quit'
TabOrder = 2
end
object GroupBox3: TGroupBox
Left = 11
Top = 192
Width = 283
Height = 86
Caption = ' Log view '
TabOrder = 3
object Image4: TImage
Left = 15
Top = 21
Width = 32
Height = 32
AutoSize = True
Center = True
Picture.Data = {<image003.bmp>}
Transparent = True
end
object cbxSucc: TCheckBox
Left = 74
Top = 20
Width = 97
Height = 17
Cursor = crHandPoint
Caption = 'Successes'
TabOrder = 0
end
object cbxWarn: TCheckBox
Left = 74
Top = 38
Width = 97
Height = 17
Cursor = crHandPoint
Caption = 'Warnings'
TabOrder = 1
end
object cbxErr: TCheckBox
Left = 74
Top = 56
Width = 97
Height = 17
Cursor = crHandPoint
Caption = 'Errors'
TabOrder = 2
end
end
end
end
end